From 73909b138c4a7b929f816310891e24c1cbbaf4eb Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Thu, 13 Aug 2026 15:22:46 +0000 Subject: [PATCH] Report DepartDate in error message when checking against DepartDate --- db/schemas/lib/triggers/create/biography_data.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schemas/lib/triggers/create/biography_data.m4 b/db/schemas/lib/triggers/create/biography_data.m4 index 5a83cc0..d879f0f 100644 --- a/db/schemas/lib/triggers/create/biography_data.m4 +++ b/db/schemas/lib/triggers/create/biography_data.m4 @@ -593,8 +593,8 @@ CREATE OR REPLACE FUNCTION biography_data_func () || ' after they are no longer under study' || ': Key (AnimID) = (' || NEW.animid - || '), Value (EntryDate) = (' - || NEW.entrydate + || '), Value (DepartDate) = (' + || NEW.departdate || ': Key (SWELLING_SOURCES.ID) = (' || a_id || '), Value (SWELLING_SOURCES.Date) = (' -- 2.34.1